.overlay-black-dark::after {
	opacity: 0.5 !important;
}

.owl-nav.disabled {
	display: none;
}
div.list-check-circle ul {
	list-style: none;
}
.about-block .icon-bx-wraper {
	height: 310px;
}
.list-check-circle li::before {
    content: "\f249" !important;
}
.list-check-circle .dez-post-meta li::before {
	content: none !important;
}
.icon-bx-xs {
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	border-radius: 2px !important;
}

.overlay-icon {
	display: none !important;
}

.gallery .overlay-icon {
	display: inline !important;
}


.dez-bnr-inr-entry h1 {
	font-size: 50px;
	line-height: 55px;
}
.agile-span-asterisk {
	display: none !important;
}

#construction ul li {
    color: #fff;
    list-style-position: outside;
	margin: 10px 15px;
}
#construction ul li ul li {
	padding-left: 7px;
	list-style: circle;
	margin: 0px 15px;
}

.owl-carousel .owl-item {
	min-width: 155px !important;
}
.owl-carousel .ow-client-logo img {
	height: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

.dez-post-text ul li {
    list-style-position: inside;
}
.dez-post-text ul li ul li {
    padding-left: 20px;
}
.dez-post-text img {
	width: 100%;
}



.blog-post.blog-grid.date-style-2 .mediaelement .mediaelement-video iframe,
.blog-post.latest-blog-1.date-style-3 .mediaelement .mediaelement-video iframe {
	width: 100% !important;
	height: 213px !important;
}
.blog-post.blog-grid.date-style-2 .mediaelement .mediaelement-video iframe {
	height: 238px !important;
}

.list-check-circle.primary a {
	background-color: #005395;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}
.list-check-circle.primary a:hover {
	background-color: #4671A3;
}

.lightgallery .radius-sm {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.lightgallery .overlay-icon {
	display: block !important;
    margin: -10px -80px;
}
.row.lightgallery  {
	margin-right: -5px;
	margin-left: -5px;
}
.lightgallery .col-lg-4, .lightgallery .col-md-4, .lightgallery .col-sm-12, .lightgallery .col-xs-12 {
	padding-right: 5px;
	padding-left: 5px;
}


#smart-button-container .bootstrap-select .dropdown-menu > li > a {
	background-color: #fff !important;
	color: #999 !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #f8f8f8 !important;
}
#smart-button-container .bootstrap-select .dropdown-menu > li > a:hover {
	background-color: #eee !important;
}
#smart-button-container .bootstrap-select .dropdown-menu > li::before {
	content: "" !important;
}

.dez-post-text ul li::before {
	content: "\f249" !important;
	font-family: FontAwesome;
	display: inline;
	font-size: 15px;
	color: #efbb20;
	position: absolute;
	margin-left: -20px;
}

.dez-post-text ul li {
	list-style: none;
	padding: 5px 5px 5px 20px;
	position: relative;
}

.dez-post-text a {
	background-color: #005395;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	font-family: Montserrat,sans-serif;
}
.dez-post-text a:hover {
	background-color: #4671A3;
}

#mitgliedschaft-55 label {
	display: none;
}
#mitgliedschaft-55 label[for="mitgliedschaft-55-textarea-1"],
#mitgliedschaft-55 label[for="mitgliedschaft-55-singleselect-1"] {
	display: block;
}
.btn-primary {
	color: #fff;
	background-color: #004a93;
	border-color: #004a93;
}


.form-steps {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.form-steps .nav-item {
    flex: 1 1 0;
}

.form-steps .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    opacity: .55;
    cursor: default;
}

.form-steps .nav-link.active {
    opacity: 1;
    font-weight: 600;
}

.form-steps .nav-link.completed {
    opacity: .85;
}

.form-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
}

.form-step-icon {
    font-size: 16px;
}

.form-steps .title-head {
    white-space: nowrap;
}

@media (max-width: 767px) {

    .form-steps {
        display: block;
    }

    .form-steps .nav-item {
        width: 100%;
    }

    .form-steps .nav-link {
        width: 100%;
    }

}

#prixlignum-75 .tab-content h2 {
  display: none !important;
}

.form-steps .nav-link.active {
    background-color: #004a93;
    color: #fff;
    border-color: #004a93;
}

.form-steps .nav-link.active .form-step-number,
.form-steps .nav-link.active .form-step-icon,
.form-steps .nav-link.active .title-head {
    color: #fff;
}

.dez-tabs.bg-tabs .nav-tabs .nav-link.active {
    background-color: #004a93 !important;
    color: #fff !important;
    border-color: #004a93 !important;
}
.dez-tabs.bg-tabs .nav-tabs .nav-link.active:hover {
    background-color: #004a93 !important;
    color: #fff !important;
}